github.com/coder/websocket.Conn.closeStateMu (field)
9 uses
github.com/coder/websocket (current package)
conn.go#L71: closeStateMu sync.RWMutex
read.go#L248: c.closeStateMu.Lock()
read.go#L250: c.closeStateMu.Unlock()
read.go#L349: c.closeStateMu.Lock()
read.go#L352: c.closeStateMu.Unlock()
write.go#L264: c.closeStateMu.Lock()
write.go#L266: c.closeStateMu.Unlock()
write.go#L315: c.closeStateMu.Lock()
write.go#L318: c.closeStateMu.Unlock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |